textview: inline a function
authorSébastien Wilmet <swilmet@gnome.org>
Wed, 9 Apr 2014 14:53:14 +0000 (16:53 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 13 Apr 2014 21:04:11 +0000 (14:04 -0700)
commitd69d57afa7d1966ab5ebc26bfe9eb1b24ba01571
treee14b1a4c8ad96828be3d0732d1a87cf733c4babc
parent22ce03fd9440f3b2bf6db78ef17e1e52222cdd2b
textview: inline a function

gtk_text_view_move_cursor_internal() was exactly the same as
gtk_text_view_move_cursor(), and was called only in the latter function.

https://bugzilla.gnome.org/show_bug.cgi?id=727908
gtk/gtktextview.c